|
| Obey file to archive up both the no source archive and source archive.
|

Set Out$Dir <Obey$Dir>.^.^

Echo Create the DirAnon/zip archive

Dir <Out$Dir>.^.DirAnon
zip -r -9 -I -q <Out$Dir>.^.DirAnon/zip *
Back

Echo Create the DirExport/zip archive

Dir <Out$Dir>.^.DirExport
zip -r -9 -I -q <Out$Dir>.^.DirExport/zip *
Back

Echo Create the DirDocs/zip archive

Dir <Out$Dir>.^.DirDocs
zip -r -9 -I -q <Out$Dir>.^.DirDocs/zip *
Back
